Relax output restrictions to make a test less flaky
authorAlex Crichton <alex@alexcrichton.com>
Tue, 3 Mar 2015 04:31:13 +0000 (20:31 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 3 Mar 2015 04:31:13 +0000 (20:31 -0800)
commitc52dde0ef34d682b2009e8fdcee0b1c9a2bf536c
tree20777baeb88ea9b341329c9b6c2d4e20f362682c
parent8b5f88ef2c5cf9f0f711c526e0c2df88b117728b
Relax output restrictions to make a test less flaky

Due to random hash map traversals this test could build either crate `a` or
crate `b` first, causing the first four output lines to possibly change. Two of
the first four lines are guaranteed to be the compilation of `b` and the other
two are the compilation of `a` as well as building its build script, but no
other lines about compiling `a` can happen until the dependency `b` has finished
compiling.
tests/test_cargo_compile_custom_build.rs